home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / NFS-SERV.{1M / NEWS.{__ < prev    next >
Text File  |  1999-09-17  |  2KB  |  55 lines

  1. Changes from 2.0 to 2.2
  2.  
  3. * Support for multiple nfsd's running in parallel.
  4. * Implement root_squash and no_root_squash mount options. Note: root_squash
  5.   is on by default, so you have to insert no_root_squash where appropriate
  6.   or your configuration might break.
  7. * New set of uid squash options: squash_uids, squash_gids (specify
  8.   list of uids/gids to squash), all_squash, anon_uid and anon_gid
  9.   (override uid/gid of anon user for specific clients), noaccess (exclude
  10.   subdirectories).
  11. * Different log levels for debugging.
  12. * Netmask/netgroup support in /etc/exports.
  13. * mountd now supports /etc/rmtab and showmount -a.
  14. * export file re-reading with SIGHUP in nfsd and mountd.
  15. * Interactive BUILD script.
  16. * Uid/gid mapping:
  17.     -    using Mark Shand's ugidd.
  18.     -    using a file for static mapping.
  19.     -    NIS-based mapping querying the client's NIS server.
  20. * Patch to perform per-call profiling of the server.
  21. * authenticate fh's on every request.
  22. * Use setfsuid/setfsgid if available for setting owner/group on file
  23.   access rather than seteuid.
  24. * Fixed a fair number of bugs.
  25. * Support for WebNFS
  26. * Run multiple server processes
  27.  
  28. Changes from version 1.5 to 2.0:
  29.  
  30. * new configuration based on autoconf and GNU standards
  31. * showmount doesn't mangle the output of exports to (everybody)
  32. * the symlink bug in mountd is REALLY fixed this time
  33. * all programs support long options
  34. * create works correctly on non-files
  35. * mknod is now fully supported
  36. * execute only programs now work correctly
  37. * mentioning a client twice in the exports file doesn't cause looping
  38. * rogue clients cannot search past a mount point
  39. * both read-only and read-write filesystems can be exported to the same client
  40. * supplementary groups are supported if the host supports them
  41.  
  42. Not finished yet:
  43.  
  44. * exports file now conforms to SunOS syntax
  45.  
  46. Special thanks for this version go to:
  47.  
  48. * Mark Eichin <eichin@cygnus.com>
  49. * Job de Haas <JOB_H@TUDER3.ET.TUDELFT.NL>
  50. * Eric Kasten <tigger@tigger.cl.msu.edu>
  51. * Stephen Harris <hsw1@papa.attmail.com>
  52. * Ross Martin <martin@enws125.EAS.ASU.EDU>
  53. * Glenn Moloney <glenn@tauon.ph.unimelb.edu.au>
  54. * Ross Becker <beckerr@pyrite.som.cwru.edu>
  55.